Skip to content

Instantly share code, notes, and snippets.

View duderman's full-sized avatar
🤘

Nick Norkin duderman

🤘
  • London
  • 11:44 (UTC +01:00)
View GitHub Profile
SHOPS
| id | name | address |
-------------------------------
| 1 | 7Eleven | 1, some st |
| 2 | Wallmart | 2, other st |
Goods
| id | shop_id | name |
-------------------------
| 1 | 1 | Pepsi |
print(view.scope_name(view.sel()[0].begin()))