MCPcopy Index your code
hub / github.com/RustPython/RustPython / Options

Class Options

Lib/test/support/smtpd.py:773–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

parseargsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected