Browsing French translation

1703 of 2684 results
1703.
class Thing(Versioned):
persistenceVersion = 1
def __init__(self, length, units):
self.length = "%d %s" % (length, units)
def upgradeToVersion1(self):
self.length = "%d inches" % self.length
type: Content of: <html><body><pre>
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
class Thing(Versioned):
persistenceVersion = 1
def __init__(self, length, units):
self.length = "%d %s" % (length, units)
def upgradeToVersion1(self):
self.length = "%d inches" % self.length
Translated and reviewed by Patrick Fiquet
Located in howto/upgrading.xhtml:112
1703 of 2684 results

This translation is managed by translation group twisted.

You are not logged in. Please log in to work on translations.