Home ⌂Doc Index ◂Up ▴

eric6.Plugins.VcsPlugins.vcsPySvn.SvnUtilities

Module implementing some common utility functions for the pysvn package.

Global Attributes

None

Classes

None

Functions

amendConfig Module function to amend the config file.
createDefaultConfig Module function to create a default config file suitable for eric.
dateFromTime_t Module function to return the date.
formatTime Module function to return a formatted time string.
getConfigPath Module function to get the filename of the config file.
getServersPath Module function to get the filename of the servers file.


amendConfig

amendConfig()

Module function to amend the config file.

Up


createDefaultConfig

createDefaultConfig()

Module function to create a default config file suitable for eric.

Up


dateFromTime_t

dateFromTime_t(seconds)

Module function to return the date.

seconds
time in seconds since epoch to be formatted (float or long)
Returns:
date (QDate)
Up


formatTime

formatTime(seconds)

Module function to return a formatted time string.

seconds
time in seconds since epoch to be formatted (float or long)
Returns:
formatted time string (string)
Up


getConfigPath

getConfigPath()

Module function to get the filename of the config file.

Returns:
filename of the config file (string)
Up


getServersPath

getServersPath()

Module function to get the filename of the servers file.

Returns:
filename of the servers file (string)
Up



Home ⌂Doc Index ◂Up ▴