mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: 5682350bfd95a6abfc325b511c55d6e27b41476a
6 lines
116 B
Python
6 lines
116 B
Python
import numpy as np
|
|
class Clzz:
|
|
def __init__(self):
|
|
self.a = np.arange(3)
|
|
self.a.reshape(3, 3)
|
|
s<caret> |