farm-ng-core
uri.py File Reference

Classes

class  core.uri.PlatformConfig
 

Namespaces

 core.uri
 

Functions

None core.uri.set_host_name (str name)
 
str core.uri.get_host_name ()
 
str core.uri.get_authority ()
 
uri_pb2.Uri core.uri.make_proto_uri (str path, Message message, str|None service_name=None)
 
str|None core.uri.get_service_name (uri_pb2.Uri uri)
 
str core.uri.uri_to_string (uri_pb2.Uri uri)
 
uri_pb2.Uri core.uri.string_to_uri (str string)
 
dict[str, str] core.uri.uri_query_to_dict (uri_pb2.Uri uri)
 
type[Message] core.uri.uri_to_protobuf_type (uri_pb2.Uri uri)
 

Variables

 core.uri.platform_config = PlatformConfig()