Skip to content
Snippets Groups Projects

All classes in Python are now represented in PythonicAPI

Merged Andrew Maclean requested to merge Classes-in-Python-not-in-PythonicAPI-08 into master
4 files
+ 3
22
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -15,7 +15,7 @@ To illustrate the application of connectivity analysis, we will use an MRI datas
#### Python
We just implement:
``` python
def NumberOfTriangles(pd):
def number_of_triangles(pd):
```
within the scope of the calling function.
Loading