MCPcopy Index your code
hub / github.com/clips/pattern / abs

Method abs

pattern/db/__init__.py:896–899  ·  view source on GitHub ↗

Returns the absolute field name (e.g., "name" => ""persons.name").

(self, field)

Source from the content-addressed store, hash-verified

894 return self.rows()[i]
895
896 def abs(self, field):
897 """ Returns the absolute field name (e.g., "name" => ""persons.name").
898 """
899 return abs(self.name, field)
900
901 def rows(self):
902 """ Returns a list of all the rows in the table.

Callers 5

canvas.jsFile · 0.80
graph.jsFile · 0.80
test_absMethod · 0.80
test_tableMethod · 0.80
test_absMethod · 0.80

Calls 1

absFunction · 0.70

Tested by 3

test_absMethod · 0.64
test_tableMethod · 0.64
test_absMethod · 0.64