MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / length

Method length

test/typing/plain_files/ext/hybrid/hybrid_two.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33 @hybrid_property
34 def length(self) -> int:
35 return self.end - self.start
36
37 # old way - chain decorators + modifiers
38

Calls

no outgoing calls