Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ getvalue
Method
getvalue
tests/serializers/tests.py:485–486 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
483
self.lines.append(line)
484
485
def
getvalue(self):
486
return
""
.join(self.lines)
487
488
class
Serializer(serializers.json.Serializer):
489
stream_class = File
Callers
15
test_second_call_doesnt_crash
Method · 0.45
test_createcachetable_dry_run_mode
Method · 0.45
test_createcachetable_with_table_argument
Method · 0.45
test_command
Method · 0.45
test_command_style
Method · 0.45
test_system_exit
Method · 0.45
test_call_command_option_parsing
Method · 0.45
test_call_command_option_parsing_non_string_arg
Method · 0.45
test_calling_a_command_with_only_empty_parameter_should_ends_gracefully
Method · 0.45
test_calling_command_with_app_labels_and_parameters_should_be_ok
Method · 0.45
test_calling_command_with_parameters_and_app_labels_at_the_end_should_be_ok
Method · 0.45
test_call_command_with_required_parameters_in_options
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected