Results of 1 - 10 of about 26 for unit (0.070 sec.)
- django.contrib.gis.measure — Django 4.0.6 ドキュメント 14597
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
py/geopy) and Geoff Biggs' PhD work on dimensioned units for robotics. """ from decimal import Decimal fro ...
ame__ @total_ordering class MeasureBase : STANDARD_UNIT = None ALIAS = {} UNITS = {} LALIAS = {} def __ini ...
t__ ( self , default_unit = None , ** kwargs ): value , self . _default_unit ...
= self . default_units ( kwargs ) setattr ( self , self . STANDARD_UNIT ...
-
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html
- [similar]
- Measurement Objects — Django 4.0.6 ドキュメント 13125
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
for convenient representation of distance and area units of measure. [1] Specifically, it implements two o ...
g a keyword argument indicating the context of the units. In the example below, two different distance obj ...
ects are instantiated in units of kilometers ( km ) and miles ( mi ): >>> from d ...
d2 ) 5.0 mi For conversions, access the preferred unit attribute to get a converted distance quantity: >> ...
-
https://man.plustar.jp/django/ref/contrib/gis/measure.html
- [similar]
- Unit tests — Django 4.0.6 ドキュメント 8877
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ontents | Index | Modules « previous | up | next » Unit tests ¶ Django comes with a test suite of its own, ...
explanation of how to write new tests. Running the unit tests ¶ Quickstart ¶ First, fork Django on GitHub ...
build server performs on pull requests. To run the unit tests and other checks (such as import sorting , t ...
to the default environments, tox supports running unit tests for other versions of Python and other datab ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm...
- [similar]
- Writing code — Django 4.0.6 ドキュメント 8430
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lso be helpful. Improve the documentation or write unit tests . Triage tickets and review patches created ...
hances to be included in Django core: Coding style Unit tests Submitting patches Working with Git and GitH ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/index.html
- [similar]
- GDAL API — Django 4.0.6 ドキュメント 7901
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
4",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["Degree",0.017453292519943295]] If the Layer has n ...
, PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","91 ...
the fourth value in this wkt 0 >>> print ( srs [ 'UNIT|AUTHORITY' ]) # For the units authority, have to u ...
se the pipe symbol. EPSG >>> print ( srs [ 'UNIT|AUTHORITY' , 1 ]) # The authority value for the un ...
-
https://man.plustar.jp/django/ref/contrib/gis/gdal.html
- [similar]
- GeoDjango Tutorial — Django 4.0.6 ドキュメント 7901
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
378137.0,298.257223563]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]] FIPS: String (2.0) I ...
378137.0,298.257223563]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]] FIPS: String (2.0) I ...
' , max_length = 3 ) un = models . IntegerField ( 'United Nations Code' ) region = models . IntegerField ( ...
ld coordinates are in longitude, latitude pairs in units of degrees. To use a different coordinate system, ...
-
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html
- [similar]
- Django 1.0.2 リリースノート — Django 4.0.6 ドキュメント 7901
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
equired by django.contrib.gis and part of Django's unit-test suite. Django 1.0.2 contains updated packagin ...
-
https://man.plustar.jp/django/releases/1.0.2.html
- [similar]
- Django 1.5 release notes — Django 4.0.6 ドキュメント 7901
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
production under Python 3. Instead, use this opportunity to begin porting applications to Python 3. If you ...
a TransactionTestCase . In order to be able to run unit tests in any order and to make sure they are alway ...
re now executed in the following order: First, all unit tests (including unittest.TestCase , SimpleTestCas ...
xecuted earlier left some database state behind or unit tests that rely on some form of state being preser ...
-
https://man.plustar.jp/django/releases/1.5.html
- [similar]
- テストツール — Django 4.0.6 ドキュメント 7819
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tly with the Django framework. This helps make the unit tests run quickly. ページの取得時には、ドメイン全体 ...
る にあります。 カスタマイズ例 ¶ The following is a unit test using the test client: import unittest from d ...
jango.test import Client class SimpleTest ( unittest . TestCase ): def setUp ( self ): # Every test ...
のクラス ¶ 標準の Python ユニットテストのクラスは、 unittest.TestCase のベースクラスを拡張しています。Djang ...
-
https://man.plustar.jp/django/topics/testing/tools.html
- [similar]
- Django へのコントリビュート — Django 4.0.6 ドキュメント 7769
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
xt » Django へのコントリビュート ¶ Django is a community that lives on its volunteers. As it keeps growing ...
? Bisecting a regression Writing code Coding style Unit tests Submitting patches Working with Git and GitH ...
トガイドライン Reverting commits Join the Django community ❤️ ¶ We're passionate about helping Django users ...
make the jump to contributing members of the community. There are several other ways you can help the Dj ...
-
https://man.plustar.jp/django/internals/contributing/index.html
- [similar]