MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / increment

Function increment

code/geopandas/bridge_geopandas.py:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 i = -1
60 n_rows = len(dframe)
61 def increment():
62 nonlocal i
63 i += 1
64 if i < n_rows:
65 return dframe.iloc[i]
66 else:
67 return None
68 return increment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected