MCPcopy Index your code
hub / github.com/python/cpython / PathPattern

Class PathPattern

Lib/test/test_string/test_string.py:318–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317 def test_idpattern_override(self):
318 class PathPattern(Template):
319 idpattern = r'[_a-z][._a-z0-9]*'
320 m = Mapping()
321 m.bag = Bag()
322 m.bag.foo = Bag()

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…