FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-zeroconf/src/zeroconf/_services/registry.pxd at master · python-zeroconf/python-zeroconf · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-zeroconf
/
python-zeroconf
Public
Notifications
You must be signed in to change notification settings
Fork
230
Star
734
Code
Issues
47
Pull requests
8
Discussions
Actions
Projects
Wiki
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-zeroconf
/
src
/
zeroconf
/
_services
/
registry.pxd
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (25 loc) · 865 Bytes
Breadcrumbs
python-zeroconf
/
src
/
zeroconf
/
_services
/
registry.pxd
Copy path
File metadata and controls
37 lines (25 loc) · 865 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
import
cython
from
.info cimport ServiceInfo
cdef
class
ServiceRegistry:
cdef cython.dict _services
cdef public cython.dict types
cdef public cython.dict servers
cdef public bint has_entries
@
cython.locals
(
record_infos
=
cython.dict,
)
cdef cython.list _async_get_by_index(
self
, cython.dict records,
str
key)
cdef _add(
self
, ServiceInfo info)
@
cython.locals
(
info
=
ServiceInfo,
old_service_info
=
ServiceInfo,
type_bucket
=
cython.dict,
server_bucket
=
cython.dict,
type_key
=
str
,
server_key
=
str
,
)
cdef _remove(
self
, cython.list infos)
cpdef ServiceInfo async_get_info_name(
self
,
str
name)
cpdef cython.list async_get_types(
self
)
cpdef cython.list async_get_infos_type(
self
,
str
type_)
cpdef cython.list async_get_infos_server(
self
,
str
server)
Back
|
FazBrowse Home
|
New Git URL