Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/McCloudS/subgen
/ __bool__
Method
__bool__
language_code.py:184–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
return
self.name_en
183
184
def
__bool__(self):
185
return
self.iso_639_1 is not None
186
187
def
__eq__(self, other):
188
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected