MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / String

Class String

src/9/capturing_class_attribute_definition_order/example1.py:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 _expected_type = float
21
22class String(Typed):
23 _expected_type = str
24
25# Metaclass that uses an OrderedDict for class body
26class OrderedMeta(type):

Callers 1

StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected