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

Class Options

Lib/test/support/smtpd.py:772–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770
771
772class Options:
773 setuid = True
774 classname = 'PureProxy'
775 size_limit = None
776 enable_SMTPUTF8 = False
777
778
779def parseargs():

Callers 1

parseargsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…