Home
last modified time | relevance | path

Searched refs:__shared_state (Results 1 – 19 of 19) sorted by relevance

/dports/www/py-routes/Routes-2.5.1/routes/
H A D__init__.py12 __shared_state = threading.local() variable in _RequestConfig
15 return getattr(self.__shared_state, name)
25 return self.__shared_state.__setattr__(name, value)
28 delattr(self.__shared_state, name)
38 self.__shared_state.protocol = 'https'
40 self.__shared_state.protocol = 'http'
55 self.__shared_state.route = result[1]
57 self.__shared_state.mapper_dict = None
58 self.__shared_state.route = None
65 self.__shared_state.host = \
[all …]
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dborg.py36 __shared_state = {} variable in Borg
44 if borgtype not in self.__shared_state:
46 self.__shared_state[borgtype] = {}
47 self.__dict__ = self.__shared_state[borgtype]
/dports/devel/py-testoob/testoob-1.15/src/testoob/
H A Dasserter.py21 __shared_state = {} variable in Asserter
23 self.__dict__ = self.__shared_state
25 if not self.__shared_state:
/dports/security/py-pyscard/pyscard-2.0.0/smartcard/
H A DReaderMonitoring.py77 __shared_state = {}
81 self.__dict__ = self.__shared_state
148 __shared_state = {}
151 self.__dict__ = self.__shared_state
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/python/
H A Dclient.py214 __shared_state = {} variable in ZeitgeistDBusInterface
221 return getattr(self.__shared_state["dbus_interface"], name)
225 dbus_interface = self.__shared_state["dbus_interface"]
230 dbus_interface = self.__shared_state["dbus_interface"]
244 if not name in cls.__shared_state["extension_interfaces"]:
253 cls.__shared_state["extension_interfaces"][name] = iface
254 return cls.__shared_state["extension_interfaces"][name]
257 if not "dbus_interface" in self.__shared_state:
268 self.__shared_state["extension_interfaces"] = {}
269 self.__shared_state["dbus_interface"] = _DBusInterface(proxy,
/dports/editors/pluma/pluma-1.26.0/plugins/externaltools/tools/
H A Doutputpanel.py33 __shared_state = WeakKeyDictionary() variable in UniqueById
36 if i in self.__class__.__shared_state:
37 self.__dict__ = self.__class__.__shared_state[i]
40 self.__class__.__shared_state[i] = self.__dict__
44 return self.__class__.__shared_state
/dports/editors/gedit/gedit-40.1/plugins/externaltools/tools/
H A Doutputpanel.py39 __shared_state = WeakKeyDictionary() variable in UniqueById
42 if i in self.__class__.__shared_state:
43 self.__dict__ = self.__class__.__shared_state[i]
46 self.__class__.__shared_state[i] = self.__dict__
50 return self.__class__.__shared_state
/dports/graphics/py-pymaging/pymaging-596a08f/pymaging/
H A Dformats.py36 __shared_state = dict( variable in FormatRegistry
46 self.__dict__ = self.__shared_state
/dports/science/py-quantities/quantities-0.12.5/quantities/
H A Dregistry.py13 __shared_state = {} variable in UnitRegistry.__Registry
16 self.__dict__ = self.__shared_state
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/etgtools/
H A Ditem_module_map.py38 __shared_state = dict(_haveReadData=False, variable in ItemModuleMap
42 self.__dict__ = self.__shared_state # Borg part 2
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/framework/
H A Dwflinfo.py65 __shared_state = {} variable in WflInfo
81 self.__dict__ = cls.__shared_state
/dports/science/py-scimath/scimath-4.2.0/scimath/units/
H A Dunit_parser.py37 __shared_state = {} variable in Singleton
40 self.__dict__ = self.__shared_state
/dports/accessibility/py-atspi/pyatspi-2.38.1/pyatspi/
H A Dregistry.py65 __shared_state = {} variable in Registry
68 self.__dict__ = self.__shared_state
/dports/mail/py-fuglu/fuglu-0.8.0/src/fuglu/
H A Dstats.py45 __shared_state = {} variable in Statskeeper
48 self.__dict__ = self.__shared_state
/dports/mail/py-fuglu/fuglu-0.8.0/src/fuglu/plugins/
H A Dvacation.py167 __shared_state = {} variable in VacationCache
170 self.__dict__ = self.__shared_state
H A Dattachment.py118 __shared_state = {} variable in RulesCache
121 self.__dict__ = self.__shared_state
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dinspection.py48 __shared_state = None variable in InspectionTool
51 if not InspectionTool.__shared_state:
52 InspectionTool.__shared_state = self.__dict__
54 self.__dict__ = InspectionTool.__shared_state
/dports/science/gramps/gramps-5.1.4/gramps/plugins/drawreport/
H A Dancestortree.py494 __shared_state = {} variable in GUIConnect
496 self.__dict__ = self.__shared_state
H A Ddescendtree.py1212 __shared_state = {} variable in GuiConnect
1214 self.__dict__ = self.__shared_state