(create_using=None)
| 236 | |
| 237 | @patch_docstring(nxa.heawood_graph) |
| 238 | def heawood_graph(create_using=None): |
| 239 | G = LCF_graph(14, [5, -5], 7, create_using) |
| 240 | G.name = "Heawood Graph" |
| 241 | return G |
| 242 | |
| 243 | |
| 244 | def hoffman_singleton_graph(): |
nothing calls this directly
no test coverage detected