Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ json
Method
json
django/contrib/gis/gdal/geometries.py:392–396 ·
view source on GitHub ↗
Return the GeoJSON representation of this Geometry.
(self)
Source
from the content-addressed store, hash-verified
390
391
@property
392
def
json(self):
393
""
"
394
Return the GeoJSON representation of this Geometry.
395
""
"
396
return
capi.to_json(self.ptr)
397
398
geojson = json
399
Callers
15
get_api_response
Function · 0.45
test_json
Method · 0.45
test_json_charset
Method · 0.45
test_json_structured_suffixes
Method · 0.45
test_json_multiple_access
Method · 0.45
test_json_wrong_header
Method · 0.45
_test_base64_upload
Method · 0.45
test_blank_filenames
Method · 0.45
test_non_printable_chars_in_file_names
Method · 0.45
test_dangerous_file_names
Method · 0.45
test_filename_overflow
Method · 0.45
test_file_content
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_json
Method · 0.36
test_json_charset
Method · 0.36
test_json_structured_suffixes
Method · 0.36
test_json_multiple_access
Method · 0.36
test_json_wrong_header
Method · 0.36
_test_base64_upload
Method · 0.36
test_blank_filenames
Method · 0.36
test_non_printable_chars_in_file_names
Method · 0.36
test_dangerous_file_names
Method · 0.36
test_filename_overflow
Method · 0.36
test_file_content
Method · 0.36
test_content_type_extra
Method · 0.36