 Google Python Style Guideunused_b, unused_c, d=None, e=None): _ = d, e return a Imports link Use imports for packages and modules only. Definition: Reusability mechanism for sharing code from one module to an- other. Pros: The x for importing packages and modules. Use from x import y where x is the package prefix and y is the module name 3 with no prefix. Use from x import y as z if two modules named y are to be imported or pathname location of the module. Pros: Avoids conflicts in module names. Makes it easier to find modules. Cons: Makes it harder to deploy code because you have to replicate the package hierarchy. Decision:0 码力 | 30 页 | 94.81 KB | 1 年前3 Google Python Style Guideunused_b, unused_c, d=None, e=None): _ = d, e return a Imports link Use imports for packages and modules only. Definition: Reusability mechanism for sharing code from one module to an- other. Pros: The x for importing packages and modules. Use from x import y where x is the package prefix and y is the module name 3 with no prefix. Use from x import y as z if two modules named y are to be imported or pathname location of the module. Pros: Avoids conflicts in module names. Makes it easier to find modules. Cons: Makes it harder to deploy code because you have to replicate the package hierarchy. Decision:0 码力 | 30 页 | 94.81 KB | 1 年前3
 The Weblate Manual 2.16configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Frequently Asked Questions Configuration Usage Troubleshooting Features Supported formats Automatic Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 315 页 | 1.36 MB | 1 年前3 The Weblate Manual 2.16configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Frequently Asked Questions Configuration Usage Troubleshooting Features Supported formats Automatic Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 315 页 | 1.36 MB | 1 年前3
 The Weblate Manual 3.0.1Configuration Sample configuration Management commands Whiteboard messages Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium DeepL Glosbe Google Translate Microsoft Translator0 码力 | 376 页 | 1.51 MB | 1 年前3 The Weblate Manual 3.0.1Configuration Sample configuration Management commands Whiteboard messages Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium DeepL Glosbe Google Translate Microsoft Translator0 码力 | 376 页 | 1.51 MB | 1 年前3
 The Weblate Manual 3.0.1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 4.21 Optional Weblate modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 5 Translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 14 Internals 269 14.1 Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Python libraries. 1. Install development files for libraries we will use during building Python modules: # Debian/Ubuntu: apt install libxml2-dev libxslt-dev libfreetype6-dev libjpeg-dev libz-dev libyaml-0 码力 | 292 页 | 3.01 MB | 1 年前3 The Weblate Manual 3.0.1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 4.21 Optional Weblate modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 5 Translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 14 Internals 269 14.1 Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Python libraries. 1. Install development files for libraries we will use during building Python modules: # Debian/Ubuntu: apt install libxml2-dev libxslt-dev libfreetype6-dev libjpeg-dev libz-dev libyaml-0 码力 | 292 页 | 3.01 MB | 1 年前3
 The Weblate Manual 3.0Configuration Sample configuration Management commands Whiteboard messages Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium DeepL Glosbe Google Translate Microsoft Translator0 码力 | 376 页 | 1.51 MB | 1 年前3 The Weblate Manual 3.0Configuration Sample configuration Management commands Whiteboard messages Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium DeepL Glosbe Google Translate Microsoft Translator0 码力 | 376 页 | 1.51 MB | 1 年前3
 The Weblate Manual 3.0. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 4.21 Optional Weblate modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 5 Translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 14 Internals 269 14.1 Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Python libraries. 1. Install development files for libraries we will use during building Python modules: # Debian/Ubuntu: apt install libxml2-dev libxslt-dev libfreetype6-dev libjpeg-dev libz-dev libyaml-0 码力 | 292 页 | 3.01 MB | 1 年前3 The Weblate Manual 3.0. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 4.21 Optional Weblate modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 5 Translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 14 Internals 269 14.1 Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Python libraries. 1. Install development files for libraries we will use during building Python modules: # Debian/Ubuntu: apt install libxml2-dev libxslt-dev libfreetype6-dev libjpeg-dev libz-dev libyaml-0 码力 | 292 页 | 3.01 MB | 1 年前3
 The Weblate Manual 2.18configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 344 页 | 1.41 MB | 1 年前3 The Weblate Manual 2.18configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 344 页 | 1.41 MB | 1 年前3
 The Weblate Manual 2.17configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Frequently Asked Questions Configuration Usage Troubleshooting Features Supported formats Automatic Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 338 页 | 1.38 MB | 1 年前3 The Weblate Manual 2.17configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Frequently Asked Questions Configuration Usage Troubleshooting Features Supported formats Automatic Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 338 页 | 1.38 MB | 1 年前3
 The Weblate Manual 2.17.1configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Frequently Asked Questions Configuration Usage Troubleshooting Features Supported formats Automatic Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 325 页 | 1.38 MB | 1 年前3 The Weblate Manual 2.17.1configuration Management commands Whiteboard messages Advertisement Component Lists Optional Weblate modules Frequently Asked Questions Configuration Usage Troubleshooting Features Supported formats Automatic Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium Glosbe Google Translate Microsoft Translator Microsoft0 码力 | 325 页 | 1.38 MB | 1 年前3
 The Weblate Manual 2.20Configuration Sample configuration Management commands Whiteboard messages Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium DeepL Glosbe Google Translate Microsoft Translator0 码力 | 366 页 | 1.45 MB | 1 年前3 The Weblate Manual 2.20Configuration Sample configuration Management commands Whiteboard messages Component Lists Optional Weblate modules Translation workflows Translation access Translation states Direct translation Peer review Dedicated Starting with our codebase Earning money by coding Translating Funding Weblate development Internals Modules License Indices and tables Index Search Page About Weblate Project goals Web based translation translation text does not contain “foo” Checking Czech translation text plurals differ Using custom modules and classes Machine translation Amagama Apertium DeepL Glosbe Google Translate Microsoft Translator0 码力 | 366 页 | 1.45 MB | 1 年前3
共 375 条
- 1
- 2
- 3
- 4
- 5
- 6
- 38














