()
| 533 | |
| 534 | # return the binding's version |
| 535 | def version_bind(): |
| 536 | return (CS_API_MAJOR, CS_API_MINOR, (CS_API_MAJOR << 8) + CS_API_MINOR) |
| 537 | |
| 538 | |
| 539 | def cs_support(query): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…