5. XRootD.client.env: Client config¶
5.1. Functions¶
- XRootD.client.EnvPutString(key, value)[source]¶
Sets the given key in the xrootd client environment to the given value. Returns false if there is already a shell-imported setting for this key, true otherwise
- XRootD.client.EnvGetString(key)[source]¶
Gets the given key from the xrootd client environment. If key does not exist in the environment returns None.
- XRootD.client.EnvDelString(key)[source]¶
Deletes the given key from the xrootd client string environment. Returns False if there is a shell-imported setting for this key, True otherwise.
- XRootD.client.EnvPutInt(key, value)[source]¶
Sets the given key in the xrootd client environment to the given value. Returns false if there is already a shell-imported setting for this key, true otherwise
- XRootD.client.EnvGetInt(key)[source]¶
Gets the given key from the xrootd client environment. If key does not exist in the environment returns None.
- XRootD.client.EnvDelInt(key)[source]¶
Deletes the given key from the xrootd client integer environment. Returns False if there is a shell-imported setting for this key, True otherwise.