MCPcopy
hub / github.com/r1chardj0n3s/parse / format

Method format

parse/__init__.py:494–495  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

492
493 @property
494 def format(self):
495 return self._format
496
497 def parse(self, string, evaluate_result=True):
498 """Match my format to the string exactly.

Callers 4

_handle_fieldMethod · 0.80
test_decimal_valueFunction · 0.80
yFunction · 0.80
test_parser_formatFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_decimal_valueFunction · 0.64
yFunction · 0.64
test_parser_formatFunction · 0.64