MCPcopy Index your code
hub / github.com/pymc-devs/pymc / clone

Method clone

pymc/pytensorf.py:1040–1041  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1038
1039class StringType(Type[str]):
1040 def clone(self, **kwargs):
1041 return type(self)()
1042
1043 def filter(self, x, strict=False, allow_downcast=None):
1044 if isinstance(x, str):

Calls

no outgoing calls