Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 418 Bytes

Pyon Utilities

Modules contained in here are utillity classes Pyon uses, but are not enclosed in the pyon/ top level directory. Anything included from pyon/ does automatic gevent monkey-patching, and items here may be used in places where this is not allowed.

The name putil was chosen to avoid conflict with any other util module tree as Python does not merge module trees but overrides them.