FunctionName#
- class tierkreis.core.function.FunctionName(name: str, namespaces: ~typing.List[str] = <factory>)[source]#
Bases:
object
A unique identifier for a function, specified by it’s name and the qualified namespace it belongs to.
Methods
from_proto
Parse from a string in the format "namespace::name".
to_proto
Attributes
name
namespaces
- classmethod parse(to_parse: str) FunctionName [source]#
Parse from a string in the format “namespace::name”.