Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build/templates/_library_singleton.py.mako
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def get():
Returns the library.Library singleton for ${config['module_name']}.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nidcpower/nidcpower/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nidcpower.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nidigital/nidigital/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nidigital.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nidmm/nidmm/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nidmm.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nifake/nifake/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nifake.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nifgen/nifgen/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nifgen.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nimodinst/nimodinst/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nimodinst.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nirfsg/nirfsg/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nirfsg.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/niscope/niscope/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for niscope.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nise/nise/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nise.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/niswitch/niswitch/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for niswitch.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down
1 change: 0 additions & 1 deletion generated/nitclk/nitclk/_library_singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def get():
Returns the library.Library singleton for nitclk.
'''
global _instance
global _instance_lock

with _instance_lock:
if _instance is None:
Expand Down