• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

src/w/e/Webware-for-Python-1.0.2/MiscUtils/Funcs.py   Webware for Python(Download)
	from tempfile import mktemp, mkstemp
else:
	try:
		from tempfile import _counter
	except ImportError:
		class _Counter:
			def __init__(self):