Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ local_ip
Function
local_ip
openlibrary/plugins/admin/code.py:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
200
@functools.cache
201
def
local_ip():
202
203
return
socket.gethostbyname(socket.gethostname())
204
205
206
class
_reload(delegate.page):
Callers
1
GET
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected