facebook360_dep
Facebook360 Depth Estimation Pipeline
Public Member Functions | Public Attributes | List of all members
scripts.render.network.Address Class Reference

Public Member Functions

def __init__ (self, address)
 

Public Attributes

 address
 
 ip_path
 
 path
 
 protocol
 
 ip
 

Detailed Description

Abstraction over various address types.

Attributes:
    All the below attributes are premised on the example: s3://bucket/example/endpoint

    address (str): The full address: s3://bucket/example/endpoint.
    ip (str): The IP in the address: bucket.
    ip_path (str): The full path within the specified protocol: bucket/example/endpoint.
    path (str): The path within the specified IP: example/endpoint.
    protocol (str): The "type" of address passed in: s3.

Constructor & Destructor Documentation

◆ __init__()

def scripts.render.network.Address.__init__ (   self,
  address 
)
Initializes an Address object given a full path. This path can be a local Posix
path, SMB path, or S3. Other paths may work but remain untested.

Args:
    address (str): Full network path.

Member Data Documentation

◆ address

scripts.render.network.Address.address

◆ ip

scripts.render.network.Address.ip

◆ ip_path

scripts.render.network.Address.ip_path

◆ path

scripts.render.network.Address.path

◆ protocol

scripts.render.network.Address.protocol

The documentation for this class was generated from the following file: