MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / equal

Method equal

tools/python-3.11.9-amd64/Lib/tabnanny.py:209–210  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

207 # return true iff self.indent_level(t) == other.indent_level(t)
208 # for all t >= 1
209 def equal(self, other):
210 return self.norm == other.norm
211
212 # return a list of tuples (ts, i1, i2) such that
213 # i1 == self.indent_level(ts) != other.indent_level(ts) == i2.

Callers 1

process_tokensFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected