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

Method test_integer_parens

Lib/test/test_unparse.py:326–327  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

324 self.check_ast_roundtrip("True or not False")
325
326 def test_integer_parens(self):
327 self.check_ast_roundtrip("3 .__abs__()")
328
329 def test_huge_float(self):
330 self.check_ast_roundtrip("1e1000")

Callers

nothing calls this directly

Calls 1

check_ast_roundtripMethod · 0.80

Tested by

no test coverage detected