Skip to content

P4OO.Depot#

P4OODepot dataclass #

Bases: _P4OOSpecObj

Perforce Depot Spec Object

id Required: Yes

Forcible: No

Attributes:

Name Type Description
depot str

Name of the depot

owner P4OOUser

User that created the depot spec

description str

Description field

type str

[remote|local|stream|spec|archive|graph|trait]

address str

P4PORT address for remote depot type

suffix str

filename extension for storing spec

map str

Relative location of the depot subdirectory

date datetime

Time of last update to the spec

See Also

Perforce Helix Core Command Reference: https://www.perforce.com/manuals/cmdref/Content/CmdRef/p4_depot.html

P4OODepotSet dataclass #

Bases: _P4OOSet

P4OOSet of P4OODepot objects

query(depottype=None, namefilter=None, **kwargs) #

Executes p4 depots query

Parameters:

Name Type Description Default
depottype str

[remote|local|stream|spec|archive|graph|trait]

None
namefilter str

Case-sensitive filter on depot name

None

Returns:

Type Description
P4OODepotSet

P4OOSet of P4OODepot objects matching query parameters

See Also

Perforce Helix Core Command Reference: https://www.perforce.com/manuals/cmdref/Content/CmdRef/p4_depots.html