MCPcopy 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
201def local_ip():
202
203 return socket.gethostbyname(socket.gethostname())
204
205
206class _reload(delegate.page):

Callers 1

GETMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected