Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_local

441     def getcontext(_local=local):
449 return _local.__decimal_context__
452 _local.__decimal_context__ = context
455 def setcontext(context, _local=local):
460 _local.__decimal_context__ = context