MCPcopy Create free account
hub / github.com/PyTables/PyTables / prefix

Method prefix

tables/description.py:86–89  ·  view source on GitHub ↗

Return the column class prefix.

(cls)

Source from the content-addressed store, hash-verified

84
85 @classmethod
86 def prefix(cls) -> str:
87 """Return the column class prefix."""
88 cname = cls.__name__
89 return cname[: cname.rfind("Col")]
90
91 @classmethod
92 def from_atom(

Callers 3

from_atomMethod · 0.45
__init__Method · 0.45
_generate_col_classesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected