Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/django-rest-framework
/ build_absolute_uri
Method
build_absolute_uri
tests/test_fields.py:2687–2688 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
2685
2686
class
MockRequest:
2687
def
build_absolute_uri(self, value):
2688
return
'http://example.com'
+ value
2689
2690
2691
class
TestFileFieldContext:
Callers
10
get_next_link
Method · 0.80
get_previous_link
Method · 0.80
get_html_context
Method · 0.80
get_next_link
Method · 0.80
get_previous_link
Method · 0.80
get_html_context
Method · 0.80
paginate_queryset
Method · 0.80
to_representation
Method · 0.80
_reverse
Function · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected