Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _put_rule_real
Method
_put_rule_real
lib/matplotlib/dviread.py:432–434 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
430
self._put_rule_real(a, b)
431
432
def
_put_rule_real(self, a, b):
433
if
a > 0 and b > 0:
434
self.boxes.append(Box(self.h, self.v, a, b))
435
436
@_dispatch(138)
437
def
_nop(self, _):
Callers
2
_set_rule
Method · 0.95
_put_rule
Method · 0.95
Calls
1
Box
Class · 0.85
Tested by
no test coverage detected