mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-06 20:42:10 +02:00
refactor(dynamic): enhance Django CBV handling by distinguishing ClassMethod entry kinds, improve test coverage across fixtures, and refine run_spec logic
This commit is contained in:
parent
6d0e4a5afd
commit
cb3b39d892
11 changed files with 326 additions and 26 deletions
|
|
@ -1,9 +1,7 @@
|
|||
"""Phase 21 — python-socketio benign control."""
|
||||
import os
|
||||
import shlex
|
||||
|
||||
_NYX_ADAPTER_MARKER = "import socketio"
|
||||
|
||||
|
||||
def message(sid, data):
|
||||
os.system("echo " + shlex.quote(str(data)))
|
||||
_ = (sid, data)
|
||||
return "accepted"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue