File: __init__.pyi

package info (click to toggle)
bespokesynth 1.3.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 44,592 kB
  • sloc: cpp: 117,136; ansic: 18,752; python: 593; xml: 74; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
from __future__ import annotations

def get(path) -> drumplayer:
   pass

class drumplayer:
   def import_sampleplayer_cue(this, samplePlayer, srcCueIndex, destHitIndex):
      pass